projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf4b68
)
(What Is a Function): `functionp' returns nil for special forms. Add an xref.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 13 Oct 2008 11:18:02 +0000
(11:18 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 13 Oct 2008 11:18:02 +0000
(11:18 +0000)
doc/lispref/functions.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/functions.texi
b/doc/lispref/functions.texi
index 3a891db871efdca6d691e665d66222ddc50abe19..068d05ffc9915b4cc8ea22a82a4b8a9f4bdd1423 100644
(file)
--- a/
doc/lispref/functions.texi
+++ b/
doc/lispref/functions.texi
@@
-116,7
+116,9
@@
byte compiler. @xref{Byte-Code Type}.
@defun functionp object
This function returns @code{t} if @var{object} is any kind of
-function, i.e. can be passed to @code{funcall}.
+function, i.e.@: can be passed to @code{funcall}. Note that
+@code{functionp} returns @code{nil} for special forms (@pxref{Special
+Forms}).
@end defun
Unlike @code{functionp}, the next three functions do @emph{not}